翻訳と辞書
Words near each other
・ Collision Course (Bayley novel)
・ Collision course (disambiguation)
・ Collision Course (Hinton novel)
・ Collision Course (Silverberg novel)
・ Collision Course... Paradox 2
・ Collision detection
・ Collision domain
・ Collision Drive
・ Collision Earth
・ Collision frequency
・ Collision hull
・ Collision in Black
・ Collision in Korea
・ Collision Orbit
・ Collision problem
Collision resistance
・ Collision resolution
・ Collision response
・ Collision theory
・ Collision zone
・ Collision-induced absorption and emission
・ Collision-induced dissociation
・ Collision/reaction cell
・ Collisional cascading
・ Collisional excitation
・ Collisional family
・ Collisionality
・ Collisionless
・ Collisions (album)
・ Collisions and Castaways


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Collision resistance : ウィキペディア英語版
Collision resistance

Collision resistance is a property of cryptographic hash functions: a hash function ''H'' is collision resistant if it is hard to find two inputs that hash to the same output; that is, two inputs ''a'' and ''b'' such that ''H''(''a'') = ''H''(''b''), and ''a'' ≠ ''b''.〔Goldwasser, S. and Bellare, M. ("Lecture Notes on Cryptography" ). Summer course on cryptography, MIT, 1996-2001〕
Every hash function with more inputs than outputs will necessarily have collisions.〔Consider a hash function such as SHA-256 that produces 256 bits of output from an arbitrarily large input. Since it must generate one of 2256 outputs for each member of a much larger set of inputs, the pigeonhole principle guarantees that some inputs will hash to the same output. Collision resistance doesn't mean that no collisions exist; simply that they are hard to find.〔
The "birthday paradox" places an upper bound on collision resistance: if a hash function produces ''N'' bits of output, an attacker who computes only 2''N''/2 (or \scriptstyle \sqrt) hash operations on random input is likely to find two matching outputs. If there is an easier method than this brute-force attack, it is typically considered a flaw in the hash function.〔Pass, R. ("Lecture 21: Collision-Resistant Hash Functions and General Digital Signature Scheme" ). Course on Cryptography, Cornell University, 2009〕
Cryptographic hash functions are usually designed to be collision resistant. But many hash functions that were once thought to be collision resistant were later broken. MD5 and SHA-1 in particular both have published techniques more efficient than brute force for finding collisions. However, some hash functions have a proof that finding collisions is at least as difficult as some hard mathematical problem (such as integer factorization or discrete logarithm). Those functions are called provably secure.〔
==Rationale==
Collision resistance is desirable for several reasons.
* In some digital signature systems, a party attests to a document by publishing a public key signature on a hash of the document. If it is possible to produce two documents with the same hash, an attacker could get a party to attest to one, and then claim that the party had attested to the other.
* In some proof-of-work systems, users provide hash collisions as proof that they have performed a certain amount of computation to find them. If there is an easier way to find collisions than brute force, users can cheat the system.
* In some distributed content systems, parties compare cryptographic hashes of files in order to make sure they have the same version. An attacker who could produce two files with the same hash could trick users into believing they had the same version of a file when they in fact did not.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Collision resistance」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.